From 76ff53193a3308a4439a41208e86780acda2a209 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 29 Oct 2016 16:16:49 +0200 Subject: [PATCH] box: Mark out params of _query_packing as (optional) --- gtk/gtkbox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 1127deb218..98a48e287b 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -2290,11 +2290,11 @@ gtk_box_reorder_child (GtkBox *box, * gtk_box_query_child_packing: * @box: a #GtkBox * @child: the #GtkWidget of the child to query - * @expand: (out): pointer to return location for expand child + * @expand: (out) (optional): pointer to return location for expand child * property - * @fill: (out): pointer to return location for fill child + * @fill: (out) (optional): pointer to return location for fill child * property - * @pack_type: (out): pointer to return location for pack-type + * @pack_type: (out) (optional): pointer to return location for pack-type * child property * * Obtains information about how @child is packed into @box. -- 2.30.2